curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_research_v2_get_domain_qa_history \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"output_variable_name": "qa_history",
"limit": 20
}
'{
"status": 123,
"response": {}
}Get all questions and answers for a domain from the user’s history.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/company_research_v2_get_domain_qa_history \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"output_variable_name": "qa_history",
"limit": 20
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)